home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Deutsche Edition 2
/
Deutsche Edition 2.iso
/
mac
/
UTILITYS
/
MathLibFast ƒ
/
MathLibFast.make
< prev
next >
Wrap
Text File
|
1994-07-14
|
1KB
|
51 lines
# File: mathlib_fast.make
# Target: mathlib_fast
# Sources: Mathlib.c
# Created: Monday, June 6, 1994 02:57:43 PM
OBJECTS = MathlibFast.o
MathlibFast ÄÄ MathlibFast.make {OBJECTS}
PPCLink -sym on -xm s ¶
{OBJECTS} ¶
"{PPCLibraries}"StdCRuntime.o ¶
"{PPCLibraries}"PPCCRuntime.o ¶
-export `ConvertExportList MathlibFast.c.x` ¶
-o MathlibFast.xcoff
makePEF MathlibFast.xcoff -o MathlibFast ¶
-l InterfaceLib.xcoff=InterfaceLib ¶
-ft shlb -fc '????'
MakeSYM MathlibFast.xcoff
rez -a MathlibFast.r -o MathlibFast
MathlibFast.o Ä MathlibFast.make MathlibFast.c
PPCC -w conformance -opt speed -appleext on -shared_lib_export on MathlibFast.c -o MathlibFast.o
mathtest ÄÄ mathtest.o
PPCLink -sym on ¶
mathtest.o ¶
"{PPCLibraries}"InterfaceLib.xcoff ¶
"{PPCLibraries}"MathLib.xcoff ¶
"{PPCLibraries}"StdCLib.xcoff ¶
"{PPCLibraries}"PPCSIOW.o ¶
"{PPCLibraries}"StdCRuntime.o ¶
"{PPCLibraries}"PPCCRuntime.o ¶
-main __start ¶
-o mathtest.xcoff
makePEF mathtest.xcoff -o mathtest ¶
-l InterfaceLib.xcoff=InterfaceLib ¶
-l MathLib.xcoff=MathLib ¶
-l StdCLib.xcoff=StdCLib ¶
-ft APPL -fc '????'
MakeSYM mathtest.xcoff
rez -a mathtest.r -o mathtest
mathtest.o Ä mathtest.c
PPCC -sym on -w conformance -appleext on mathtest.c -o mathtest.o